type github.com/jackc/pgx/v5/pgxpool.poolBatchResults

6 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		batch_results.go#L28: type poolBatchResults struct {
		batch_results.go#L33: func (br *poolBatchResults) Exec() (pgconn.CommandTag, error) {
		batch_results.go#L37: func (br *poolBatchResults) Query() (pgx.Rows, error) {
		batch_results.go#L41: func (br *poolBatchResults) QueryRow() pgx.Row {
		batch_results.go#L45: func (br *poolBatchResults) Close() error {
		pool.go#L783: 	return &poolBatchResults{br: br, c: c}